home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-pppext-bridgemib-02.txt < prev    next >
Text File  |  1993-04-19  |  35KB  |  1,328 lines

  1.  
  2.  
  3.  
  4.             Internet Draft
  5.  
  6.                      The Definitions of Managed Objects for
  7.                       the Bridge Network Control Protocol of
  8.                            the Point-to-Point Protocol
  9.  
  10.                                   19 April 1993
  11.  
  12.  
  13.                                  Frank Kastenholz
  14.                                 FTP Software, Inc
  15.                                   2 High Street
  16.                           North Andover, Mass 01845 USA
  17.  
  18.                                   kasten@ftp.com
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.           Status of this Memo
  26.  
  27.           This document is an Internet Draft.  Internet Drafts are
  28.           working documents of the Internet Engineering Task Force
  29.           (IETF), its Areas, and its Working Groups.  Note that other
  30.           groups may also distribute working documents as Internet
  31.           Drafts.
  32.  
  33.           Internet Drafts are draft documents valid for a maximum of six
  34.           months.  Internet Drafts may be updated, replaced, or
  35.           obsoleted by other documents at any time.  It is not
  36.           appropriate to use Internet Drafts as reference material or to
  37.           cite them other than as a ``working draft'' or ``work in
  38.           progress.'' Please check the 1id-abstracts.txt listing
  39.           contained in the internet-drafts Shadow Directories on
  40.           nic.ddn.mil, nnsc.nsf.net, nic.nordu.net, ftp.nisc.sri.com, or
  41.           munnari.oz.au to learn the current status of any Internet
  42.           Draft.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.           Internet Draft          PPP/Bridge MIB              April 1993
  56.  
  57.  
  58.           This document will be submitted to the Internet Activities
  59.           Board as a Draft Standard. This document defines an
  60.           experimental extension to the SNMP MIB. Upon publication as a
  61.           Draft Standard, a new MIB number will be assigned.  This is a
  62.           working document only, it should neither be cited nor quoted
  63.           in any formal document.
  64.  
  65.           This document will expire before 24 Oct. 1993.
  66.  
  67.           Distribution of this document is unlimited.
  68.  
  69.           Please send comments to the author.
  70.  
  71.  
  72.           1.  Abstract
  73.  
  74.           This memo defines an experimental portion of the Management
  75.           Information Base (MIB) for use with network management
  76.           protocols in TCP/IP-based internets.  In particular, it
  77.           describes managed objects used for managing the bridge Network
  78.           Control Protocol[10] on subnetwork interfaces using the family
  79.           of Point-to-Point Protocols.
  80.  
  81.           This memo does not specify a standard for the Internet
  82.           community.
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 2]
  108.  
  109.  
  110.  
  111.  
  112.  
  113.           Internet Draft          PPP/Bridge MIB              April 1993
  114.  
  115.  
  116.           2.  The Network Management Framework
  117.  
  118.           The Internet-standard Network Management Framework consists of
  119.           three components.  They are:
  120.  
  121.                RFC 1155 which defines the SMI, the mechanisms used for
  122.                describing and naming objects for the purpose of
  123.                management.  RFC 1212 defines a more concise description
  124.                mechanism, which is wholly consistent with the SMI.
  125.  
  126.                RFC 1213 defines MIB-II, the core set of managed objects
  127.                for the Internet suite of protocols.
  128.  
  129.                RFC 1157 which defines the SNMP, the protocol used for
  130.                network access to managed objects.
  131.  
  132.           The Framework permits new objects to be defined for the
  133.           purpose of experimentation and evaluation.
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 3]
  166.  
  167.  
  168.  
  169.  
  170.  
  171.           Internet Draft          PPP/Bridge MIB              April 1993
  172.  
  173.  
  174.           3.  Objects
  175.  
  176.           Managed objects are accessed via a virtual information store,
  177.           termed the Management Information Base or MIB.  Objects in the
  178.           MIB are defined using the subset of Abstract Syntax Notation
  179.           One (ASN.1) [3] defined in the SMI.  In particular, each
  180.           object type is named by an OBJECT IDENTIFIER, an
  181.           administratively assigned name.  The object type together with
  182.           an object instance serves to uniquely identify a specific
  183.           instantiation of the object.  For human convenience, we often
  184.           use a textual string, termed the descriptor, to refer to the
  185.           object type.
  186.  
  187.  
  188.           3.1.  Format of Definitions
  189.  
  190.           Section 5 contains the specification of all object types
  191.           contained in this MIB module.  The object types are defined
  192.           using the conventions defined in the SMI, as amended by the
  193.           extensions specified in [5,6].
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 4]
  224.  
  225.  
  226.  
  227.  
  228.  
  229.           Internet Draft          PPP/Bridge MIB              April 1993
  230.  
  231.  
  232.           4.  Overview
  233.  
  234.           4.1.  Object Selection Criteria
  235.  
  236.           To be consistent with IAB directives and good engineering
  237.           practice, an explicit attempt was made to keep this MIB as
  238.           simple as possible.  This was accomplished by applying the
  239.           following criteria to objects proposed for inclusion:
  240.  
  241.           (1)  Require objects be essential for either fault or
  242.                configuration management.  In particular, objects for
  243.                which the sole purpose was to debug implementations were
  244.                explicitly excluded from the MIB.
  245.  
  246.           (2)  Consider evidence of current use and/or utility.
  247.  
  248.           (3)  Limit the total number of objects.
  249.  
  250.           (4)  Exclude objects which are simply derivable from others in
  251.                this or other MIBs.
  252.  
  253.  
  254.           4.2.  Structure of the PPP
  255.  
  256.           This section describes the basic model of PPP used in
  257.           developing the PPP MIB. This information should be useful to
  258.           the implementor in understanding some of the basic design
  259.           decisions of the MIB.
  260.  
  261.           The PPP is not one single protocol but a large family of
  262.           protocols.  Each of these is, in itself, a fairly complex
  263.           protocol.  The PPP protocols may be divided into three rough
  264.           categories:
  265.  
  266.           Control Protocols
  267.                The Control Protocols are used to control the operation
  268.                of the PPP. The Control Protocols include the Link
  269.                Control Protocol (LCP), the Password Authentication
  270.                Protocol (PAP), the Link Quality Report (LQR), and the
  271.                Challenge Handshake Authentication Protocol (CHAP).
  272.  
  273.           Network Protocols
  274.                The Network Protocols are used to move the network
  275.                traffic over the PPP interface.  A Network Protocol
  276.  
  277.  
  278.  
  279.  
  280.  
  281.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 5]
  282.  
  283.  
  284.  
  285.  
  286.  
  287.           Internet Draft          PPP/Bridge MIB              April 1993
  288.  
  289.  
  290.                encapsulates the datagrams of a specific higher-layer
  291.                protocol that is using the PPP as a data link.  Note that
  292.                within the context of PPP, the term "Network Protocol"
  293.                does not imply an OSI Layer-3 protocol; for instance,
  294.                there is a Bridging network protocol.
  295.  
  296.           Network Control Protocols (NCPs)
  297.                The NCPs are used to control the operation of the Network
  298.                Protocols. Generally, each Network Protocol has its own
  299.                Network Control Protocol; thus, the IP Network Protocol
  300.                has its IP Control Protocol, the Bridging Network
  301.                Protocol has its Bridging Network Control Protocol and so
  302.                on.
  303.  
  304.           This document specifies the objects used in managing one of
  305.           these protocols, namely the Bridge Network Control Protocol.
  306.  
  307.  
  308.           4.3.  MIB Groups
  309.  
  310.           Objects in this MIB are arranged into several MIB groups.
  311.           Each group is organized as a set of related objects.
  312.  
  313.           These groups are the basic unit of conformance: if the
  314.           semantics of a group are applicable to an implementation then
  315.           all objects in the group must be implemented.
  316.  
  317.           The PPP MIB is organized into several MIB Groups, including,
  318.           but not limited to, the following groups:
  319.           o The PPP Link Group
  320.           o The PPP LQR Group
  321.           o The PPP LQR Extensions Group
  322.           o The PPP IP Group
  323.           o The PPP Bridge Group
  324.           o The PPP Security Group
  325.  
  326.           This document specifies the following group:
  327.  
  328.           The PPP Bridge Group
  329.                The PPP Bridge Group contains configuration, status, and
  330.                control variables that apply to the operation of Bridging
  331.                over PPP.
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 6]
  340.  
  341.  
  342.  
  343.  
  344.  
  345.           Internet Draft          PPP/Bridge MIB              April 1993
  346.  
  347.  
  348.                Implementation of this group is mandatory for all
  349.                implementations of PPP that support the Bridging over
  350.                PPP.
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 7]
  398.  
  399.  
  400.  
  401.  
  402.  
  403.           Internet Draft          PPP/Bridge MIB              April 1993
  404.  
  405.  
  406.           5.  Definitions
  407.  
  408.  
  409.  
  410.           PPP-BRIDGE-NCP-MIB DEFINITIONS ::= BEGIN
  411.  
  412.           IMPORTS
  413.                experimental, Counter
  414.                     FROM RFC1155-SMI
  415.                ifIndex
  416.                     FROM RFC1213-MIB
  417.                OBJECT-TYPE
  418.                     FROM RFC-1212
  419.                ppp
  420.                     FROM PPP-LCP-MIB;
  421.  
  422.                pppBridge OBJECT IDENTIFIER ::= { ppp 4 }
  423.  
  424.                --
  425.                -- The PPP Bridge NCP Group.
  426.                -- Implementation of this group is mandatory for all
  427.                -- PPP implementations that support MAC Bridging  over
  428.                -- PPP (RFC1220).
  429.                --
  430.  
  431.           pppBridgeTable   OBJECT-TYPE
  432.                SYNTAX    SEQUENCE OF PppBridgeEntry
  433.                ACCESS    not-accessible
  434.                STATUS    mandatory
  435.                DESCRIPTION
  436.                          "Table containing the parameters and statistics
  437.                          for the local PPP entity that are related to
  438.                          the operation of Bridging over the PPP."
  439.                ::= { pppBridge 1 }
  440.  
  441.  
  442.           pppBridgeEntry   OBJECT-TYPE
  443.                SYNTAX    PppBridgeEntry
  444.                ACCESS    not-accessible
  445.                STATUS    mandatory
  446.                DESCRIPTION
  447.                          "Bridging information for a particular PPP
  448.                          link."
  449.                INDEX     { ifIndex }
  450.  
  451.  
  452.  
  453.  
  454.  
  455.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 8]
  456.  
  457.  
  458.  
  459.  
  460.  
  461.           Internet Draft          PPP/Bridge MIB              April 1993
  462.  
  463.  
  464.                ::= { pppBridgeTable 1 }
  465.  
  466.  
  467.           PppBridgeEntry ::= SEQUENCE {
  468.                pppBridgeOperStatus
  469.                     INTEGER,
  470.                pppBridgeLocalToRemoteTinygramCompression
  471.                     INTEGER,
  472.                pppBridgeRemoteToLocalTinygramCompression
  473.                     INTEGER,
  474.                pppBridgeLocalToRemoteLanId
  475.                     INTEGER,
  476.                pppBridgeRemoteToLocalLanId
  477.                     INTEGER
  478.           }
  479.  
  480.           pppBridgeOperStatus   OBJECT-TYPE
  481.                SYNTAX    INTEGER {opened(1), not-opened(2)}
  482.                ACCESS    read-only
  483.                STATUS    mandatory
  484.                DESCRIPTION
  485.                          "The operational status of the Bridge network
  486.                          protocol. If the value of this object is up
  487.                          then the finite state machine for the Bridge
  488.                          network protocol has reached the Opened state."
  489.                ::= { pppBridgeEntry 1 }
  490.  
  491.  
  492.           pppBridgeLocalToRemoteTinygramCompression   OBJECT-TYPE
  493.                SYNTAX    INTEGER { false(1), true(2) }
  494.                ACCESS    read-only
  495.                STATUS    mandatory
  496.                DESCRIPTION
  497.                          "Indicates whether the local node will perform
  498.                          Tinygram Compression when sending packets to
  499.                          the remote entity. If false then the local
  500.                          entity will not perform Tinygram Compression.
  501.                          If true then the local entity will perform
  502.                          Tinygram Compression."
  503.                REFERENCE
  504.                          "Section 6.7, Tinygram Compression Option, of
  505.                          RFC1220"
  506.                ::= { pppBridgeEntry 2 }
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 9]
  514.  
  515.  
  516.  
  517.  
  518.  
  519.           Internet Draft          PPP/Bridge MIB              April 1993
  520.  
  521.  
  522.  
  523.           pppBridgeRemoteToLocalTinygramCompression   OBJECT-TYPE
  524.                SYNTAX    INTEGER { false(1), true(2) }
  525.                ACCESS    read-only
  526.                STATUS    mandatory
  527.                DESCRIPTION
  528.                          "If false(1) then the remote entity is not
  529.                          expected to perform Tinygram Compression. If
  530.                          true then the remote entity is expected to
  531.                          perform Tinygram Compression."
  532.                REFERENCE
  533.                          "Section 6.7, Tinygram Compression Option, of
  534.                          RFC1220"
  535.                ::= { pppBridgeEntry 3 }
  536.  
  537.  
  538.           pppBridgeLocalToRemoteLanId   OBJECT-TYPE
  539.                SYNTAX    INTEGER { false(1), true(2) }
  540.                ACCESS    read-only
  541.                STATUS    mandatory
  542.                DESCRIPTION
  543.                          "Indicates whether the local node will include
  544.                          the LAN Identification field in transmitted
  545.                          packets or not. If false(1) then the local node
  546.                          will not transmit this field, true(2) means
  547.                          that the field will be transmitted."
  548.                REFERENCE
  549.                          "Section 6.8, LAN Identification Option, of
  550.                          RFC1220"
  551.                ::= { pppBridgeEntry 4 }
  552.  
  553.  
  554.           pppBridgeRemoteToLocalLanId   OBJECT-TYPE
  555.                SYNTAX    INTEGER { false(1), true(2) }
  556.                ACCESS    read-only
  557.                STATUS    mandatory
  558.                DESCRIPTION
  559.                          "Indicates whether the remote node has
  560.                          indicated that it will include the LAN
  561.                          Identification field in transmitted packets or
  562.                          not. If false(1) then the field will not be
  563.                          transmitted, if true(2) then the field will be
  564.                          transmitted."
  565.                REFERENCE
  566.  
  567.  
  568.  
  569.  
  570.  
  571.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 10]
  572.  
  573.  
  574.  
  575.  
  576.  
  577.           Internet Draft          PPP/Bridge MIB              April 1993
  578.  
  579.  
  580.                          "Section 6.8, LAN Identification Option, of
  581.                          RFC1220"
  582.                ::= { pppBridgeEntry 5 }
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 11]
  630.  
  631.  
  632.  
  633.  
  634.  
  635.           Internet Draft          PPP/Bridge MIB              April 1993
  636.  
  637.  
  638.           --
  639.           -- The PPP Bridge Configuration table
  640.           --
  641.  
  642.           pppBridgeConfigTable   OBJECT-TYPE
  643.                SYNTAX    SEQUENCE OF PppBridgeConfigEntry
  644.                ACCESS    not-accessible
  645.                STATUS    mandatory
  646.                DESCRIPTION
  647.                          "Table containing the parameters and statistics
  648.                          for the local PPP entity that are related to
  649.                          the operation of Bridging over the PPP."
  650.                ::= { pppBridge 2 }
  651.  
  652.  
  653.           pppBridgeConfigEntry   OBJECT-TYPE
  654.                SYNTAX    PppBridgeConfigEntry
  655.                ACCESS    not-accessible
  656.                STATUS    mandatory
  657.                DESCRIPTION
  658.                          "Bridging Configuration information for a
  659.                          particular PPP link."
  660.                INDEX     { ifIndex }
  661.                ::= { pppBridgeConfigTable 1 }
  662.  
  663.  
  664.           PppBridgeConfigEntry ::= SEQUENCE {
  665.                pppBridgeConfigAdminStatus
  666.                     INTEGER,
  667.                pppBridgeConfigTinygram
  668.                     INTEGER,
  669.                pppBridgeConfigRingId
  670.                     INTEGER,
  671.                pppBridgeConfigLineId
  672.                     INTEGER,
  673.                pppBridgeConfigLanId
  674.                     INTEGER
  675.           }
  676.  
  677.           pppBridgeConfigAdminStatus   OBJECT-TYPE
  678.                SYNTAX    INTEGER { open(1), close(2) }
  679.                ACCESS    read-write
  680.                STATUS    mandatory
  681.                DESCRIPTION
  682.  
  683.  
  684.  
  685.  
  686.  
  687.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 12]
  688.  
  689.  
  690.  
  691.  
  692.  
  693.           Internet Draft          PPP/Bridge MIB              April 1993
  694.  
  695.  
  696.                          "The immediate desired status of the Bridging
  697.                          network protocol. Setting this object to open
  698.                          will inject an administrative open event into
  699.                          the Bridging network protocol's finite state
  700.                          machine. Setting this object to close will
  701.                          inject an administrative close event into the
  702.                          Bridging network protocol's finite state
  703.                          machine."
  704.                ::= { pppBridgeConfigEntry 1 }
  705.  
  706.  
  707.           pppBridgeConfigTinygram   OBJECT-TYPE
  708.                SYNTAX    INTEGER { false(1), true(2) }
  709.                ACCESS    read-write
  710.                STATUS    mandatory
  711.                DESCRIPTION
  712.                          "If false then the local BNCP entity will not
  713.                          initiate the Tinygram Compression Option
  714.                          Negotiation. If true then the local BNCP entity
  715.                          will initiate negotiation of this option."
  716.                REFERENCE
  717.                          "Section 6.7, Tinygram Compression Option, of
  718.                          RFC1220"
  719.                DEFVAL    { true }
  720.                ::= { pppBridgeConfigEntry 2 }
  721.  
  722.  
  723.           pppBridgeConfigRingId   OBJECT-TYPE
  724.                SYNTAX    INTEGER { false(1), true(2) }
  725.                ACCESS    read-write
  726.                STATUS    mandatory
  727.                DESCRIPTION
  728.                          "If false then the local PPP Entity will not
  729.                          initiate a Remote Ring Identification Option
  730.                          negotiation. If true then the local PPP entity
  731.                          will intiate this negotiation. This MIB object
  732.                          is relevant only if the interface is for 802.5
  733.                          Token Ring bridging."
  734.                REFERENCE
  735.                          "Section 6.4, IEEE 802.5 Remote Ring
  736.                          Identification Option, of RFC1220"
  737.                DEFVAL    { false }
  738.                ::= { pppBridgeConfigEntry 3 }
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 13]
  746.  
  747.  
  748.  
  749.  
  750.  
  751.           Internet Draft          PPP/Bridge MIB              April 1993
  752.  
  753.  
  754.  
  755.           pppBridgeConfigLineId   OBJECT-TYPE
  756.                SYNTAX    INTEGER { false(1), true(2) }
  757.                ACCESS    read-write
  758.                STATUS    mandatory
  759.                DESCRIPTION
  760.                          "If false then the local PPP Entity is not to
  761.                          initiate a Line Identification Option
  762.                          negotiation. If true then the local PPP entity
  763.                          will intiate this negotiation. This MIB object
  764.                          is relevant only if the interface is for 802.5
  765.                          Token Ring bridging."
  766.                REFERENCE
  767.                          "Section 6.5, IEEE 802.5 Line Identification
  768.                          Option, of RFC1220"
  769.                DEFVAL    { false }
  770.                ::= { pppBridgeConfigEntry 4 }
  771.  
  772.  
  773.           pppBridgeConfigLanId   OBJECT-TYPE
  774.                SYNTAX    INTEGER { false(1), true(2) }
  775.                ACCESS    read-write
  776.                STATUS    mandatory
  777.                DESCRIPTION
  778.                          "If false then the local BNCP entity will not
  779.                          initiate the LAN Identification Option
  780.                          Negotiation. If true then the local BNCP entity
  781.                          will initiate negotiation of this option."
  782.                REFERENCE
  783.                          "Section 6.8, LAN Identification Option, of
  784.                          RFC1220"
  785.                DEFVAL    { false }
  786.                ::= { pppBridgeConfigEntry 5 }
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 14]
  804.  
  805.  
  806.  
  807.  
  808.  
  809.           Internet Draft          PPP/Bridge MIB              April 1993
  810.  
  811.  
  812.           --
  813.           -- The PPP Bridge Media Status Table
  814.           --
  815.  
  816.           pppBridgeMediaTable   OBJECT-TYPE
  817.                SYNTAX    SEQUENCE OF PppBridgeMediaEntry
  818.                ACCESS    not-accessible
  819.                STATUS    mandatory
  820.                DESCRIPTION
  821.                          "Table identifying which MAC media types are
  822.                          enabled for the Bridging NCPs."
  823.                ::= { pppBridge 3 }
  824.  
  825.  
  826.           pppBridgeMediaEntry   OBJECT-TYPE
  827.                SYNTAX    PppBridgeMediaEntry
  828.                ACCESS    not-accessible
  829.                STATUS    mandatory
  830.                DESCRIPTION
  831.                          "Status of a specific MAC Type for a specific
  832.                          PPP Link."
  833.                INDEX     { ifIndex, pppBridgeMediaMacType }
  834.                ::= { pppBridgeMediaTable 1 }
  835.  
  836.  
  837.           PppBridgeMediaEntry ::= SEQUENCE {
  838.                pppBridgeMediaMacType
  839.                     INTEGER,
  840.                pppBridgeMediaLocalStatus
  841.                     INTEGER,
  842.                pppBridgeMediaRemoteStatus
  843.                     INTEGER
  844.           }
  845.  
  846.           pppBridgeMediaMacType   OBJECT-TYPE
  847.                SYNTAX    INTEGER(0..2147483648)
  848.                ACCESS    read-only
  849.                STATUS    mandatory
  850.                DESCRIPTION
  851.                          "The MAC type for which this entry in the
  852.                          pppBridgeMediaTable is providing status
  853.                          information. Valid values for this object are
  854.                          defined in Section 6.6 MAC Type Support
  855.                          Selection of RFC1220 (Bridging Point-to-Point
  856.  
  857.  
  858.  
  859.  
  860.  
  861.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 15]
  862.  
  863.  
  864.  
  865.  
  866.  
  867.           Internet Draft          PPP/Bridge MIB              April 1993
  868.  
  869.  
  870.                          Protocol)."
  871.                REFERENCE
  872.                          "Section 6.6, MAC Type Support Selection, of
  873.                          RFC1212."
  874.                ::= { pppBridgeMediaEntry 1 }
  875.  
  876.  
  877.           pppBridgeMediaLocalStatus   OBJECT-TYPE
  878.                SYNTAX    INTEGER { accept(1), dont-accept(2) }
  879.                ACCESS    read-only
  880.                STATUS    mandatory
  881.                DESCRIPTION
  882.                          "Indicates whether the local PPP Bridging
  883.                          Entity will accept packets of the protocol type
  884.                          identified in pppBridgeMediaMacType on the PPP
  885.                          link identified by pppBridgeMediaPortIndex or
  886.                          not. If this object is accept then any packets
  887.                          of the indicated MAC type will be received and
  888.                          properly processed. If this object is dont-
  889.                          accept then received packets of the indicated
  890.                          MAC type will not be properly processed."
  891.                REFERENCE
  892.                          "Section 6.6, MAC Type Support Selection, of
  893.                          RFC1212."
  894.                ::= { pppBridgeMediaEntry 2 }
  895.  
  896.  
  897.           pppBridgeMediaRemoteStatus   OBJECT-TYPE
  898.                SYNTAX    INTEGER { accept(1), dont-accept(2) }
  899.                ACCESS    read-only
  900.                STATUS    mandatory
  901.                DESCRIPTION
  902.                          "Indicates whether the local PPP Bridging
  903.                          Entity believes that the remote PPP Bridging
  904.                          Entity will accept packets of the protocol type
  905.                          identified in pppBridgeMediaMacType on the PPP
  906.                          link identified by pppBridgeMediaPortIndex or
  907.                          not."
  908.                REFERENCE
  909.                          "Section 6.6, MAC Type Support Selection, of
  910.                          RFC1212."
  911.                ::= { pppBridgeMediaEntry 3 }
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 16]
  920.  
  921.  
  922.  
  923.  
  924.  
  925.           Internet Draft          PPP/Bridge MIB              April 1993
  926.  
  927.  
  928.           --
  929.           -- The PPP Bridge Media Configuration Table
  930.           --
  931.  
  932.           pppBridgeMediaConfigTable   OBJECT-TYPE
  933.                SYNTAX    SEQUENCE OF PppBridgeMediaConfigEntry
  934.                ACCESS    not-accessible
  935.                STATUS    mandatory
  936.                DESCRIPTION
  937.                          "Table identifying which MAC media types are
  938.                          enabled for the Bridging NCPs."
  939.                ::= { pppBridge 4 }
  940.  
  941.  
  942.           pppBridgeMediaConfigEntry   OBJECT-TYPE
  943.                SYNTAX    PppBridgeMediaConfigEntry
  944.                ACCESS    not-accessible
  945.                STATUS    mandatory
  946.                DESCRIPTION
  947.                          "Status of a specific MAC Type for a specific
  948.                          PPP Link."
  949.                INDEX     { ifIndex, pppBridgeMediaConfigMacType }
  950.                ::= { pppBridgeMediaConfigTable 1 }
  951.  
  952.  
  953.           PppBridgeMediaConfigEntry ::= SEQUENCE {
  954.                pppBridgeMediaConfigMacType
  955.                     INTEGER,
  956.                pppBridgeMediaConfigLocalStatus
  957.                     INTEGER
  958.           }
  959.  
  960.           pppBridgeMediaConfigMacType   OBJECT-TYPE
  961.                SYNTAX    INTEGER(0..2147483648)
  962.                ACCESS    read-write
  963.                STATUS    mandatory
  964.                DESCRIPTION
  965.                          "The MAC type for which this entry in the
  966.                          pppBridgeMediaConfigTable is providing status
  967.                          information. Valid values for this object are
  968.                          defined in Section 6.6 MAC Type Support
  969.                          Selection of RFC1220 (Bridging Point-to-Point
  970.                          Protocol)."
  971.                REFERENCE
  972.  
  973.  
  974.  
  975.  
  976.  
  977.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 17]
  978.  
  979.  
  980.  
  981.  
  982.  
  983.           Internet Draft          PPP/Bridge MIB              April 1993
  984.  
  985.  
  986.                          "Section 6.6, MAC Type Support Selection, of
  987.                          RFC1212."
  988.                ::= { pppBridgeMediaConfigEntry 1 }
  989.  
  990.  
  991.           pppBridgeMediaConfigLocalStatus   OBJECT-TYPE
  992.                SYNTAX    INTEGER { accept(1), dont-accept(2) }
  993.                ACCESS    read-write
  994.                STATUS    mandatory
  995.                DESCRIPTION
  996.                          "Indicates whether the local PPP Bridging
  997.                          Entity should accept packets of the protocol
  998.                          type identified in pppBridgeMediaConfigMacType
  999.                          on the PPP link identified by ifIndex or not.
  1000.                          Setting this object to the value dont-accept
  1001.                          has the affect of invalidating the
  1002.                          corresponding entry in the
  1003.                          pppBridgeMediaConfigTable object. It is an
  1004.                          implementation-specific matter as to whether
  1005.                          the agent removes an invalidated entry from the
  1006.                          table. Accordingly, management stations must be
  1007.                          prepared to receive tabular information from
  1008.                          agents that corresponds to entries not
  1009.                          currently in use. Changing this object will
  1010.                          have effect when the link is next restarted."
  1011.                REFERENCE
  1012.                          "Section 6.6, MAC Type Support Selection, of
  1013.                          RFC1212."
  1014.                ::= { pppBridgeMediaConfigEntry 2 }
  1015.  
  1016.  
  1017.           END
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 18]
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.           Internet Draft          PPP/Bridge MIB              April 1993
  1042.  
  1043.  
  1044.           6.  Acknowledgements
  1045.  
  1046.           This document was produced by the PPP working group.  In
  1047.           addition to the working group, the author wishes to thank the
  1048.           following individuals for their comments and contributions:
  1049.  
  1050.           Bill Simpson -- Daydreamer
  1051.           Glenn McGregor -- Merit
  1052.           Jesse Walker -- DEC
  1053.           Chris Gunner -- DEC
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 19]
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.           Internet Draft          PPP/Bridge MIB              April 1993
  1100.  
  1101.  
  1102.           7.  Security Considerations
  1103.  
  1104.           The PPP MIB affords the network operator the ability to
  1105.           configure and control the PPP links of a particular system,
  1106.           including the PPP authentication protocols. This represents a
  1107.           security risk.
  1108.  
  1109.           These risks are addressed in the following manners:
  1110.  
  1111.           (1)  All variables which represent a significant security risk
  1112.                are placed in separate, optional, MIB Groups. As the MIB
  1113.                Group is the quantum of implementation within a MIB, the
  1114.                implementor of the MIB may elect not to implement these
  1115.                groups.
  1116.  
  1117.           (2)  The implementor may choose to implement the variables
  1118.                which present a security risk so that they may not be
  1119.                written, i.e., the variables are READ-ONLY. This method
  1120.                still presents a security risk, and is not recommended,
  1121.                in that the variables, specifically the PPP
  1122.                Authentication Protocols' variables, may be easily read.
  1123.  
  1124.           (3)  Using SNMPv2, the operator can place the variables into
  1125.                MIB views which are protected in that the parties which
  1126.                have access to those MIB views use authentication and
  1127.                privacy protocols, or the operator may elect to make
  1128.                these views not accessible to any party.  In order to
  1129.                facilitate this placement, all security-related variables
  1130.                are placed in separate MIB Tables. This eases the
  1131.                identification of the necessary MIB View Subtree.
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 20]
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.           Internet Draft          PPP/Bridge MIB              April 1993
  1158.  
  1159.  
  1160.           8.  References
  1161.  
  1162.           [1]  M.T. Rose and K. McCloghrie, Structure and Identification
  1163.                of Management Information for TCP/IP-based internets,
  1164.                Internet Working Group Request for Comments 1155.
  1165.                Network Information Center, SRI International, Menlo
  1166.                Park, California, (May, 1990).
  1167.  
  1168.           [2]  K. McCloghrie and M.T. Rose, Management Information Base
  1169.                for Network Management of TCP/IP-based internets - MIB-2,
  1170.                Internet Working Group Request for Comments 1213.
  1171.                Network Information Center, SRI International, Menlo
  1172.                Park, California, (March, 1991).
  1173.  
  1174.           [3]  Information processing systems - Open Systems
  1175.                Interconnection - Specification of Abstract Syntax
  1176.                Notation One (ASN.1), International Organization for
  1177.                Standardization.  International Standard 8824, (December,
  1178.                1987).
  1179.  
  1180.           [4]  Information processing systems - Open Systems
  1181.                Interconnection - Specification of Basic Encoding Rules
  1182.                for Abstract Notation One (ASN.1), International
  1183.                Organization for Standardization.  International Standard
  1184.                8825, (December, 1987).
  1185.  
  1186.           [5]  Rose, M., and K. McCloghrie, Editors, Concise MIB
  1187.                Definitions, RFC 1212, Performance Systems International,
  1188.                Hughes LAN Systems, March 1991.
  1189.  
  1190.           [6]  Rose, M., Editor, A Convention for Defining Traps for use
  1191.                with the SNMP, RFC 1215, Performance Systems
  1192.                International, March 1991.
  1193.  
  1194.           [7]  K. McCloghrie, Extensions to the Generic-Interface MIB,
  1195.                RFC1229, Hughes LAN Systems, May 1991.
  1196.  
  1197.           [8]  W. Simpson, The Point-to-Point Protocol for the
  1198.                Transmission of Multi-protocol Datagrams over Point-to-
  1199.                Point Links, RFC 1331, May 1992.
  1200.  
  1201.           [9]  G. McGregor, The PPP Internet Protocol Control Protocol,
  1202.                RFC 1332, Merit, May 1992.
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 21]
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.           Internet Draft          PPP/Bridge MIB              April 1993
  1216.  
  1217.  
  1218.           [10] F. Baker, Point-to-Point Protocol Extensions for
  1219.                Bridging, RFC1220, ACC, April 1991.
  1220.  
  1221.           [11] B. Lloyd, and Simpson, W., PPP Authentication Protocols
  1222.                RFC1334, October 1992.
  1223.  
  1224.           [12] W. Simpson, PPP Link Quality Monitoring, RFC 1333, May
  1225.                1992.
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 22]
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.           Internet Draft          PPP/Bridge MIB              April 1993
  1274.  
  1275.  
  1276.           Table of Contents
  1277.  
  1278.  
  1279.            Status of this Memo ....................................    1
  1280.           1 Abstract ..............................................    2
  1281.           2 The Network Management Framework ......................    3
  1282.           3 Objects ...............................................    4
  1283.           3.1 Format of Definitions ...............................    4
  1284.           4 Overview ..............................................    5
  1285.           4.1 Object Selection Criteria ...........................    5
  1286.           4.2 Structure of the PPP ................................    5
  1287.           4.3 MIB Groups ..........................................    6
  1288.           5 Definitions ...........................................    8
  1289.           6 Acknowledgements ......................................   19
  1290.           7 Security Considerations ...............................   20
  1291.           8 References ............................................   21
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 23]
  1326.  
  1327.  
  1328.